Matthias Klose [Sun, 28 Feb 2021 17:03:44 +0000 (17:03 +0000)]
distutils-sysconfig
# DP: Get CONFIGURE_CFLAGS, CONFIGURE_CPPFLAGS, CONFIGURE_LDFLAGS from
# DP: the python build, when CFLAGS, CPPFLAGS, LDSHARED) are not set
# DP: in the environment.
# DP: Get CONFIGURE_CFLAGS, CONFIGURE_CPPFLAGS, CONFIGURE_LDFLAGS from
# DP: the python build, when CFLAGS, CPPFLAGS, LDSHARED) are not set
# DP: in the environment.
Matthias Klose [Sun, 28 Feb 2021 17:03:44 +0000 (17:03 +0000)]
distutils-install-layout
# DP: distutils: Add an option --install-layout=deb, which
# DP: - installs into $prefix/dist-packages instead of $prefix/site-packages.
# DP: - doesn't encode the python version into the egg name.
# DP: distutils: Add an option --install-layout=deb, which
# DP: - installs into $prefix/dist-packages instead of $prefix/site-packages.
# DP: - doesn't encode the python version into the egg name.
Matthias Klose [Sun, 28 Feb 2021 17:03:44 +0000 (17:03 +0000)]
python3.9 (3.9.2-1) unstable; urgency=medium
* Python 3.9.2 release. No changes since 3.9.2~rc1-1.
* Build idlelib/help.html from source, don't ship the pre-generated file.
* Autopkg tests:
- Run testsuite{,-dbg} autopkg tests with allow-stderr. Closes: #983305.
- Run again in testsuite instead of failing-tests: test_ftplib,
test_httplib test_imaplib test_nntplib test_poplib test_ssl.
- Run test_distutils and test_site tests again.